projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7eb75c
)
Update the window size after getting windowDidResize
author
Richard Hult
<richard@imendio.com>
Wed, 7 Jan 2009 20:26:55 +0000
(21:26 +0100)
committer
Alexander Larsson
<alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:23 +0000
(10:15 +0200)
gdk/quartz/GdkQuartzWindow.c
patch
|
blob
|
history
diff --git
a/gdk/quartz/GdkQuartzWindow.c
b/gdk/quartz/GdkQuartzWindow.c
index 627798dea4167093178f757aadc6ae821be82ad9..282b65b75945bc1aed37f5d2f50562c3a4f40056 100644
(file)
--- a/
gdk/quartz/GdkQuartzWindow.c
+++ b/
gdk/quartz/GdkQuartzWindow.c
@@
-170,6
+170,8
@@
[[self contentView] setFrame:NSMakeRect (0, 0, private->width, private->height)];
+ _gdk_window_update_size (window);
+
/* Synthesize a configure event */
event = gdk_event_new (GDK_CONFIGURE);
event->configure.window = g_object_ref (window);